home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
dir
/
ro
/
arexx
/
loadother.ro
< prev
next >
Wrap
Text File
|
1997-01-12
|
469b
|
30 lines
/*
$VER: LoadOther.RO 0.2
Author:
Oliver Rummeyer (oliver.rummeyer@student.uni-ulm.de)
Function:
Loads the specified directory in the inactive listview.
Requires:
RO 0.90 or newer
Example:
BUTTON 25 COMMAND "_LLoad" "Rx >NIL: REXX:RO/LoadOther.RO %F %a"
*/
PARSE ARG Directory PortName
IF PortName="" THEN
PortName='RO.1'
ELSE
PortName=STRIP(PortName)
ADDRESS VALUE PortName
OPTIONS RESULTS
'Load InActive "'||Directory||'"'